func runtime.runqempty
9 uses
runtime (current package)
proc.go#L3011: if spinning && !runqempty(pp) {
proc.go#L3032: if !runqempty(pp) || sched.runqsize != 0 {
proc.go#L3654: if !runqempty(p) {
proc.go#L3749: if !idlepMaskSnapshot.read(uint32(id)) && !runqempty(p2) {
proc.go#L5827: if runqempty(pp) {
proc.go#L6265: if runqempty(pp) && sched.nmspinning.Load()+sched.npidle.Load() > 0 && pd.syscallwhen+10*1000*1000 > now {
proc.go#L6613: if !runqempty(pp) {
proc.go#L6684: func runqempty(pp *p) bool {
proc.go#L7177: if p := getg().m.p.ptr(); !runqempty(p) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |